home *** CD-ROM | disk | FTP | other *** search
/ Hot Metal Pro 4.0 / Hot Metal Pro 4.0.iso / Special / text / glossary.txt < prev    next >
Encoding:
Text File  |  1997-11-17  |  27.0 KB  |  676 lines

  1.  
  2. 15. Glossary
  3.  
  4.  
  5. This chapter defines many of the terms commonly heard
  6. when talking about the Web. 
  7.  
  8. absolute URL: A URL  that contains a scheme  (for example,
  9. http) and a server  address (for example, www.softquad.com.)
  10.  
  11. accessibility: 
  12.  
  13. HTML documents are said to be accessible if they have
  14. been optimized for use by:
  15.  
  16. 1. People with physical disabilities.
  17.  
  18. 2. Users with a variety of hardware and software configurations.
  19.  
  20. For example, in an accessible document all images should
  21. be accompanied by alternate text; this text can be interpreted
  22. by a document reader with a voice synthesizer, and displayed
  23. instead of the images by a text-only browser.
  24.  
  25. Accessible applications are those that provide alternate
  26. modes of operation for users with disabilities. HoTMetaL
  27. PRO provides the Visual Dynamic Keyboard  for this purpose.
  28.  
  29. ActiveX: ActiveX(tm) controls are programs that can
  30. be referred to in various types of documents and applications
  31. under Microsoft Windows, including HTML documents. These
  32. programs perform some action in the browser window.
  33. OLE is the mechanism under Windows by which ActiveX
  34. controls can communicate with a browser. Not all browsers
  35. support this feature. See also Java.
  36.  
  37. adaptive (assistive) technology: The use of hardware
  38. and software to assist people who have difficulty accessing
  39. information systems using conventional methods. Examples
  40. of adaptive technology are screen readers  and magnifiers
  41. for users with visual disabilities, and alternative
  42. keyboards (such as HoTMetaL PRO's Visual Dynamic Keyboard) 
  43. and switches for people with little or no hand movement.
  44.  
  45. anchor:  An element  in an HTML document that points
  46. to another file, or to a specific location in the current
  47. file or another file. When the document is displayed
  48. in a browser, clicking on a link causes the browser
  49. to display the document and/or location that it points
  50. to. 
  51.  
  52. applet:  A program, written in the Java language, that
  53. is referred to in an HTML document. Applets perform
  54. some special processing in the browser window, such
  55. as drawing a picture or interacting with the user. See
  56. also ActiveX.
  57.  
  58. attribute: A value that is associated with an element
  59. but is not part of the content of the element. Many
  60. formatting properties are represented by attributes:
  61. for example, background color, table width, and alignment;
  62. the URL  part of an link  is an attribute. HoTMetaL
  63. PRO has many specialized dialogs for editing these properties;
  64. you can also view and edit any attribute directly using
  65. the Attribute Inspector. 
  66.  
  67. broken link: A link to a file that does not exist or
  68. is not at the location indicated by the URL.
  69.  
  70. browser: A program that communicates with Web servers,
  71. used for retrieving and displaying documents from the
  72. World Wide Web.  Most browsers use a graphical interface
  73. to provide access to text, images, audio, and video.
  74. Compare this with editor.  Some well-known browsers
  75. are  Lynx,  Microsoft Internet Explorer,  Mosaic,  and
  76. Netscape Navigator. 
  77.  
  78. cascading style sheet (CSS): 
  79.  
  80. A style sheet that can be attached to an HTML document.
  81. A cascading style sheet consists of one or more rules.
  82. Rules can associate an element, an element in a particular
  83. context, certain attributes, or a group of elements
  84. with settings for font size, indentation, margins, and
  85. many other formatting properties. A rule can also specify
  86. that part of the document is to be hidden by the browser.
  87.  
  88. A style sheet can `import' another style sheet. These
  89. style sheets are said to be `cascading' because multiple
  90. style sheets can be applied to the same document, but
  91. there are cascading rules that specify which style sheet's
  92. rules apply to a particular element. See the CSS standard
  93. at http://www.w3.org/ and the chapter Styles for more
  94. information.
  95.  
  96. CERN: The European Laboratory for Particle Physics near
  97. Geneva, Switzerland, where the World Wide Web  was `invented'.
  98. For more information, see http://www.cern.ch/
  99.  
  100. CGI: An acronym for Common Gateway Interface. This is
  101. a feature of Web servers  that allows HTML clients 
  102. such as browsers to communicate over the web with scripts
  103. installed on the server. HTML forms  are often processed
  104. by such scripts. `CGI scripts' can be written in any
  105. programming language that will run on the server; Perl
  106. is a common choice.
  107.  
  108. class; CLASS attribute: HTML 4.0 supports the CLASS
  109. attribute for many HTML elements. In general, a set
  110. of elements can be given the same CLASS attribute value
  111. to mark them for special processing. A set of elements
  112. (possibly including different types of elements) that
  113. have the same CLASS value is referred to as a `class'.
  114. Style properties can be applied to members of a class
  115. using cascading style sheets. 
  116.  
  117. clickable image map: A clickable image map (or just
  118. image map) is an image that is divided into regions,
  119. each of them associated with a URL.  Clicking in a region
  120. causes the file referred to by the associated URL to
  121. be accessed. There are two kinds of image maps: server-side
  122. (ISMAP) image maps require an external image map file
  123. that defines the regions in an image map and assigns
  124. them to URLs. Client-side (USEMAP) image maps accomplish
  125. the same thing using special elements in the document
  126. itself. Client-side image maps are easier to implement
  127. but are not supported by all browsers.
  128.  
  129. client: In networking, any program that communicates
  130. with a server. An example of a client is a browser,
  131. which communicates with a Web server. 
  132.  
  133. client-side image map: A type of image map for which
  134. the mapped regions and their associated URLs are defined
  135. in the document itself. Client-side image maps are not
  136. supported by all browsers. Also called a USEMAP.
  137.  
  138. decor: In HoTMetaL PRO's Site Maker  wizard, a set of
  139. graphical objects--buttons, lines, bullets--that have
  140. a similar visual theme, and which you can choose to
  141. give your site a consistent visual appearance.
  142.  
  143. design time control: An ActiveX  control that assists
  144. a document creator in designing various objects that
  145. can be inserted in an HTML document.
  146.  
  147. Digital Offers: 
  148.  
  149. A Digital Offer (DO), embedded in an HTML page, will:
  150.  
  151.  
  152.  
  153. * name and describe the product, including a unique
  154. ID, price and tax information
  155.  
  156. * specify shipping details, costs and taxes
  157.  
  158. * specify URLs (for an online product), subscription
  159. terms (where appropriate), and payment terms.
  160.  
  161.  
  162.  
  163. Digital Offers are created (by OM-Transact utilities)
  164. as the Web page is served. The input for the creation
  165. of a DO is a pre-Digital Offer (a PDO).
  166.  
  167. DNS: Domain Name System. This is the way in which the
  168. network turns a host or Internet domain (for example,
  169. softquad.com) into an Internet IP address  for use with
  170. TCP/IP.  Internet applications use both domain names
  171. and IP addresses to connect to other computers on the
  172. Internet.
  173.  
  174. editor: A program, such as HoTMetaL PRO, used to create,
  175. or change the content of, HTML  documents. Compare this
  176. with browser.
  177.  
  178. element: Elements are the structural building blocks
  179. of HTML  documents. Blocks of text in HTML documents
  180. are contained in elements according to their function
  181. in the document: for example, headings, lists, paragraphs,
  182. and links  are all surrounded by specific elements.
  183.  
  184. extranet: 
  185.  
  186. 1. An intranet  that is linked to the intranet(s) of
  187. one or more other organizations.
  188.  
  189. 2. An intranet that provides limited access from the
  190. outside world.
  191.  
  192. firewall:  In networking, a firewall is a computer that
  193. prevents intruders from accessing all the computers
  194. on a network if they manage to break into one computer
  195. someplace. The firewall usually sits between your inside
  196. network and the outside Internet. 
  197.  
  198. form: A group of graphical controls in an HTML  document:
  199. text boxes, radio buttons, drop-down lists, check boxes,
  200. etc. A user browsing the document can enter information
  201. in a form and use the browser to submit it to an e-mail
  202. address or a program on a  Web server.  See also CGI.
  203.  
  204. frame: A sub-window of a browser window; each frame
  205. can display a different document.
  206.  
  207. FTP:  The File Transfer Protocol; one of the schemes
  208. that can be specified in a  URL.  This has traditionally
  209. been one of the most important of the network services.
  210. You can use this standard communications protocol to
  211. pick up a copy of a file from a remote computer, provided
  212. that you can connect to that computer (with TCP/IP,
  213. for example).
  214.  
  215. GIF: A common graphics format used in HTML  documents.
  216. This format is owned by CompuServe. See also JPEG and
  217. PNG.
  218.  
  219. gopher: A line-mode Internet protocol that predates
  220. the Web. Web browsers can normally communicate with
  221. gopher servers.
  222.  
  223. home page: The top-level document of a site associated
  224. with a person, company, organization, or subject, usually
  225. containing introductory information and links to other
  226. relevant pages. 
  227.  
  228. hot image; hot spot; hot text: Hot text is text in a
  229. hypertext  document (such as an HTML  document) that
  230. is a link to some other file; a hot image is an image
  231. that is a link to some other file; a hot spot is hot
  232. text, or a region in an image map. 
  233.  
  234. HTML: The HyperText Markup Language. This is the usual
  235. format for documents that are `published' on the Web.
  236. HTML is an application of SGML. 
  237.  
  238. HTML Source editing: HoTMetaL PRO provides an editing
  239. window in which you can edit the HTML source (`code')
  240. of the document directly, as a text file. This window
  241. provides visual cues to identify the various components
  242. of the HTML source. HoTMetaL PRO also provides WYSIWYG
  243. and Tags On  (structural) editing windows.
  244.  
  245. HTTP, http: The HyperText Transfer Protocol. This protocol
  246. is used to transfer HTML documents over the network,
  247. between a  Web server  and an HTML browser, while you
  248. wait. The HTTP protocol is implemented by Web servers.
  249.  
  250. hypertext: Text that contains links to other documents
  251. or specific locations in documents. HTML documents are
  252. examples of hypertext.
  253.  
  254. ICADD: The International Committee for Accessible Document
  255. Design. Techniques created by ICADD and documented in
  256. ISO 12083 specify how to automatically transform  SGML
  257. files (including HTML  files) into input to a Braille,
  258. large print, or synthesized voice system. All HTML documents
  259. created by HoTMetaL PRO are ICADD-ready and can readily
  260. be converted to these formats using ICADD techniques.
  261. See also accessibility.
  262.  
  263. ID (identifier): The ID attribute  was added to most
  264. HTML elements in HTML 3.0. It is used for constructing
  265. cascading style sheets:  an ID attribute uniquely identifies
  266. a single instance of an element so that a style rule
  267. can be constructed for that element in a cascading style
  268. sheet.  An ID must start with a letter, followed by
  269. letters and digits; it is not case-sensitive.
  270.  
  271. IETF: The Internet Engineering Task Force, responsible
  272. for the technical management of the Internet. The IETF
  273. coordinates the development of the HTTP  standard. 
  274.  
  275. image map; image map file: An image map is an image
  276. that is divided into regions, each of them associated
  277. with a URL. Clicking in a region causes the file referred
  278. to by the associated URL to be accessed.  There are
  279. two kinds of image maps: server-side (ISMAP) image maps
  280. require an external image map file that defines the
  281. regions in an image map and assigns them to URLs. Client-side
  282. (USEMAP) image maps accomplish the same thing using
  283. special elements in the document itself. Client-side
  284. image maps are easier for document authors to implement,
  285. but are not supported by all browsers.
  286.  
  287. Information Manager: The control center of HoTMetaL
  288. PRO. It allows you to manage HoTMetaL PRO projects,
  289. including creating new projects, editing projects, and
  290. moving projects to a Web server  (publishing).
  291.  
  292. interlaced image: An image that is first displayed in
  293. the browser at a low resolution, and then in successively
  294. higher resolutions, until the whole image has been downloaded.
  295. This is sometimes referred to as progressive display.
  296. GIF,  JPEG,  and PNG  images can be interlaced. Not
  297. all browsers support this feature.
  298.  
  299. Internet Explorer: A popular browser developed by Microsoft
  300. Corporation.
  301.  
  302. intranet: An `internal net', whose pages are available
  303. only on a local server. An organization can use Web
  304. technology, such as browsers, servers, and editors to
  305. share information among its members or employees, but
  306. not make this information accessible to the public over
  307. the WWW. See also extranet.
  308.  
  309. IP address: An IP address is the specific address, in
  310. numerical form, of a computer on the Internet. Each
  311. IP address is unique to that computer, and consists
  312. of four numbers separated by periods.
  313.  
  314. ISP: An Internet Service Provider (ISP) provides access
  315. to the Internet for a fee, usually through a dialup
  316. connection.
  317.  
  318. ISMAP: Another name for image map. 
  319.  
  320. ISO: The International Organization for Standardization
  321. (`ISO' is not an exact acronym). 
  322.  
  323. ISO 8859-1 character set:  This is the character set
  324. for `special' or `accented' characters that is generally
  325. in use for HTML documents. This character set is also
  326. called `ISO Latin 1'. It includes characters required
  327. for most western European languages. This character
  328. set is one of several in the ISO 8859 standard: others
  329. support, for example, Eastern European languages and
  330. Cyrillic-based languages such as Russian. HTML now specifies
  331. the much broader Unicode standard.
  332.  
  333. Java: Java is a programming environment that operates
  334. in conjunction with certain browsers. It lets you refer
  335. to and run programs, called applets, from an HTML document.
  336. Applets perform some special processing in the browser
  337. window, such as drawing a picture or interacting with
  338. the user. The Java programming language is a platform-independent
  339. object-oriented language, with some similarities to
  340. C and C++. See also ActiveX.
  341.  
  342. JavaScript: JavaScript is a programming language that
  343. is loosely based on Java.  Instead of being referred
  344. to in an HTML document, as Java applets are, JavaScript
  345. code is usually embedded in the document itself, using
  346. the SCRIPT element.
  347.  
  348. JPEG: An image format that is commonly supported by
  349. Web browsers. JPEG is an acronym for Joint Photographic
  350. Expert Group. See also GIF, PNG.
  351.  
  352. layout: 
  353.  
  354. 1. The visual arrangement of components--text, images,
  355. tables, etc.--on a printed or virtual page.
  356.  
  357. 2. In HoTMetaL PRO's Site Maker  wizard, a choice of
  358. structure for the pages in the site that you're creating.
  359.  
  360. line-mode browser: An HTML browser that can be used
  361. on a `dumb terminal' such as a VT100 or a PC with communications
  362. software. The most common is  Lynx.  
  363.  
  364. link:  An element  in an HTML document that points to
  365. a document, or to a specific location in a document,
  366. using a URL. When the document is displayed in a browser,
  367. clicking on a link causes the browser to display the
  368. document and/or location that it points to. 
  369.  
  370. Lynx: A common line-mode  HTML browser. Lynx can be
  371. used over a slow dial-up line or if you don't have a
  372. windowing system.
  373.  
  374. mailto: A scheme  that causes a browser to send a form
  375. to a particular e-mail address, or generate a mail-editing
  376. window.
  377.  
  378. markup: Special codes in a document that specify how
  379. parts of it are to be processed by an application. In
  380. a word-processor file, markup specifies how the text
  381. is to be formatted; in an HTML document, the markup
  382. specifies the text's structural function (heading, title,
  383. paragraph, etc.).
  384.  
  385. marquee: A piece of text that scrolls across a browser
  386. document window. Not all browsers support marquees.
  387.  
  388. meta-information: Information about a document that
  389. is read by a Web or intranet server. It could be indexing
  390. information for search purposes, document creation and
  391. expiry information, etc. Meta data is contained in META
  392. tags in the HEAD element. 
  393.  
  394. MIME: The Multipurpose Internet Mail Extensions (RFC
  395. 1510): extensions that allow e-mail messages to contain
  396. audio, video, and multiple files. It is also the format
  397. that Web servers  and browsers use to transfer files.
  398. The MIME content type of a file tells a browser how
  399. to process it. The content type for HTML files is `text/html'.
  400.  
  401. Mosaic: The first widely-used HTML browser,  developed
  402. at the NCSA. 
  403.  
  404. NCSA: The National Center for Supercomputing Applications,
  405. located at the University of Illinois at Urbana-Champaign,
  406. Illinois. The NCSA is an (indirectly) U.S. government-funded
  407. body that exists to try and make powerful computers
  408. more accessible to researchers. Mosaic  was originally
  409. written at the NCSA.
  410.  
  411. Netscape Navigator: A popular web browser developed
  412. by Netscape Communications Corporation.
  413.  
  414. ODMA: Open Document Management API. A standardized,
  415. high-level interface between desktop applications and
  416. document management systems (DMS).
  417.  
  418. OLE: The mechanism under Windows by which ActiveX controls
  419. can communicate with a browser.
  420.  
  421. orphan files: Files in a HoTMetaL PRO project that cannot
  422. be reached by following links that start in the project's
  423. home page. The HoTMetaL PRO Information Manager locates
  424. orphan files for you.
  425.  
  426. page: A single HTML document (which can be longer than
  427. one screen).
  428.  
  429. PNG: Portable Network Graphics; a graphics format supported
  430. by some browsers. PNG is a `lossless' format; some of
  431. its advantages are better (24-bit) color support, compression,
  432. and anti-aliasing and transparency capabilities.
  433.  
  434. Pockets: 
  435.  
  436. User-defined sets of files that are useful for managing
  437. projects. You can create Pockets based on a variety
  438. of criteria, such as search results, files with broken
  439. links, orphaned files (files without any links to them),
  440. etc. Once you have created a Pocket with a certain type
  441. of file in it, you can then delete, copy, or rename
  442. listed files all together, rather than trying to find
  443. each and every file in the project display. 
  444.  
  445. Pre-Digital Offers (PDOs): 
  446.  
  447. The input for the creation of a Digital Offer (DO).
  448. A DO, embedded in an HTML page, will:
  449.  
  450.  
  451.  
  452. * name and describe the product, including a unique
  453. ID, price and tax information
  454.  
  455. * specify shipping details, costs and taxes
  456.  
  457. * specify URLs (for an online product), subscription
  458. terms (where appropriate), and payment terms.
  459.  
  460.  
  461.  
  462. Digital Offers are created (by OM-Transact utilities)
  463. as the Web page is served. 
  464.  
  465. pretty printing: Saving an HTML file in such a way that
  466. it is easily readable by a human; for example, indenting
  467. nested lists to reflect their nesting structure.
  468.  
  469. progressive display: How an interlaced image is displayed
  470. by a browser: first at a low resolution, and then in
  471. successively higher resolutions, until the whole image
  472. has been downloaded.
  473.  
  474. project: A defined group of files, consisting of linked
  475. HTML files, auxiliary HoTMetaL PRO files, and linked
  476. files in other formats. Projects are displayed and managed
  477. in the Information Manager.
  478.  
  479. proxy server: A proxy server is a computer that is directly
  480. connected to the Internet, allowing multiple users on
  481. a network to access the Internet. It may also be part
  482. of a firewall,  protecting the network from unauthorized
  483. access. The proxy server then acts as an agent (or proxy),
  484. to make the connection. To you, inside the firewall,
  485. it pretends to be the server that you're attempting
  486. to connect to; on the outside, it pretends to be the
  487. client, and talks to the real server, thus letting you
  488. talk to a server outside the firewall (or vice versa).
  489. See also socks. 
  490.  
  491. publishing: Publishing a HoTMetaL PRO project means
  492. moving your documents to an intranet server so that
  493. other users can have access to your project. The publishing
  494. component of the HoTMetaL PRO Information Manager lets
  495. you publish some or all of your files to a local or
  496. remote server. Once you have specified the destination
  497. server for your documents, the publishing component
  498. will automatically log in to the server and deliver
  499. the files to the location you specify. 
  500.  
  501. relative URL: A URL that is missing some information
  502. (such as the scheme  or network location), which a browser
  503. is expected to inherit from the URL of the document
  504. that contains the relative URL.
  505.  
  506. scheme: The part of a URL that tells an HTML  client,
  507.  such as a browser, which access method to use to retrieve
  508. the file specified in the URL.
  509.  
  510. screen magnifier: Screen magnification software helps
  511. people with visual impairments to use computers by enlarging
  512. the image on the screen. The magnification program runs
  513. simultaneously with the computer's operating system
  514. and applications. An area of the screen, selected using
  515. the mouse or cursor keys, is enlarged to fill the whole
  516. screen or displayed in a magnifying window. 
  517.  
  518. screen reader: A software package that enables people
  519. to use computers without having to see the monitor.
  520. The screen reader uses a sound card or speech synthesizer
  521. to speak the text on the screen and the users' keystrokes.
  522. Because screen readers produce a stream of spoken text,
  523. the user usually receives a top to bottom, line by line
  524. account of a page. This means that graphics, even those
  525. including words, are missed and columns are often misread.
  526.  
  527. server: A networked program that responds to requests
  528. from local or remote computers for HTML  files. You
  529. give the Web server a file name (in the form of a  URL) 
  530. and it gives you back the file (which can be in any
  531. format, text or binary) over the same network connection.
  532.  
  533. SGML: An international standard for describing the markup
  534. of structured documents. The basic idea behind SGML
  535. is that information can be made independent of particular
  536. hardware and software. This is done by storing all documents
  537. as text-only files (with references to documents in
  538. other formats, such as graphics, when required), and
  539. using markup that describes the structure of documents,
  540. rather than their physical appearance. SGML is described
  541. by the ISO 8879 standard (1986). HTML is an application
  542. (a particular instance) of SGML.
  543.  
  544. Site Maker: A component of HoTMetaL PRO; a wizard that
  545. lets you design a site by supplying some information
  546. about you and/or your company, specifying the purpose(s)
  547. of the site, and choosing a decor and layout.
  548.  
  549. socks: A protocol used to connect to servers outside
  550. a firewall.  Not all firewalls support socks, in which
  551. case a proxy server  is used instead.
  552.  
  553. style sheet: 
  554.  
  555. A cascading style sheet, which can be attached to an
  556. HTML document. A cascading style sheet consists of one
  557. or more rules. Rules can associate an element, an element
  558. in a particular context, certain attributes, or a group
  559. of elements with settings for font size, indentation,
  560. margins, and many other formatting properties. A rule
  561. can also specify that part of the document is to be
  562. hidden by the browser.
  563.  
  564. A style sheet can `import' another style sheet. These
  565. style sheets are said to be `cascading' because multiple
  566. style sheets can be applied to the same document, but
  567. there are cascading rules that specify which style sheet's
  568. rules apply to a particular element. See the CSS standard
  569. at http://www.w3.org/ and the chapter Styles for more
  570. information.
  571.  
  572. tags: An element  in an HTML file begins with a start-tag
  573. (e.g., `<PRE>') and (usually) ends with an end-tag (e.g.,
  574. </PRE>). In HoTMetaL PRO's Tags On  view, tags are represented
  575. by tag icons at the beginning and end of an element;
  576. you can see the tags directly in the HTML Source  view.
  577. See also markup.
  578.  
  579. Tags On editing: HoTMetaL PRO provides an editing window
  580. for structural editing. In this window tags are represented
  581. by tag icons at the beginning and end of an element.
  582. HoTMetaL PRO also has WYSIWYG  and  HTML Sourceediting
  583. windows.
  584.  
  585. TCP/IP: Transmission Control Protocol/Internet Protocol.
  586. This is the low-level protocol used by much of the Internet.
  587. It's really two protocols; IP packets are sent over
  588. a network that itself uses TCP. Other common variations
  589. include SLIP (pronounced `slip'; Serial Line/Internet
  590. Protocol), and PPP (Point to Point Protocol). 
  591.  
  592. transparent image: An image that has had one color (usually
  593. the dominant background color) designated as `transparent',
  594. so that when the image is displayed in a browser, the
  595. image's background is colored with the browser's background
  596. color. The desired effect is an image that does not
  597. have a rectangular boundary.
  598.  
  599. URI: Uniform Resource Identifier. This is a generic
  600. name for any of a class of ways of identifying resources
  601. on the Internet. Three types of  URIs are URCs (Uniform
  602. Resource Classification), URLs,  and URNs (Uniform Resource
  603. Name). Implementations of URCs and  URNs are still in
  604. an experimental stage. The basic idea is that a resource
  605. (e.g., a document) is identified by a URN, a kind of
  606. `public identifier' in the SGML  sense. The URN is resolved
  607. into a URC, which is a collection of information about
  608. the resource (it could include, for example, the price
  609. of obtaining the resource, and one or more  URLs).
  610.  
  611. URL: Uniform Resource Locator. A URL is the address
  612. of a file, written in a format that can be interpreted
  613. by a Web server,  which then retrieves the file. A URL
  614. can contain a filename, a bookmark to a specific location
  615. in the file, a server on which the file resides, and
  616. a scheme  that tells how the file is to be retrieved.
  617. For most files on Web servers, the scheme  http  is
  618. used.
  619.  
  620. USEMAP: Another name for a client-side image map.
  621.  
  622. Visual Dynamic Keyboard (VDK): An on-screen keyboard
  623. provided with HoTMetaL PRO that enables users with physical
  624. disabilities to use HoTMetaL PRO and other Windows applications.
  625. A variety of hardware can be used with the VDK, instead
  626. of a conventional keyboard and mouse. See also accessibility.
  627.  
  628. W3C: The World Wide Web Consortium, an industry association
  629. for the development of World Wide Web technologies.
  630. This organization is sponsored by Massachusetts Institute
  631. of Technology (USA), Institut National de Recherche
  632. en Informatique et en Automatique (INRIA) (France),
  633. and Keio University (Japan). For more information, see
  634. http://www.w3.org/.
  635.  
  636. Web, the: An informal name for the World Wide Web. 
  637.  
  638. Web server: A networked program that responds to requests
  639. from local or remote computers for HTML  files. You
  640. give the Web server a file name (in the form of a URL) 
  641. and it gives you back the file (which can be in any
  642. format, text or binary) over the same network connection.
  643.  
  644. Web View: The Web View (seen on the right side of the
  645. HoTMetaL PRO Information Manager window) shows the link
  646. structure of your HoTMetaL PRO project as if it were
  647. sliding on the surface of a sphere. The Web View starts
  648. from a root page: all links go `outwards' from the home
  649. page. The various colors used to display the links give
  650. information about the type of link. 
  651.  
  652. World Wide Web: This is a generic term for the collection
  653. of Web servers  and browsers  that literally spans the
  654. world. Usually abbreviated WWW.
  655.  
  656. WWW: The World Wide Web.
  657.  
  658. WYSIWYG editing: What You See Is What You Get. HoTMetaL
  659. PRO's WYSIWYG view displays HTML documents as they might
  660. appear in a browser. HoTMetaL PRO also provides a Tags
  661. On (structural) view and an HTML Source view.
  662.  
  663. XML: The eXtensible Markup Language. It is designed
  664. to be an easy-to-implement subset of SGML,  for use
  665. over the Internet. XML is an initiative of the W3C;
  666. for more information, see http://www.w3c.org/.
  667.  
  668. Yuri Rubinsky Insight Foundation (YRIF): A non-profit
  669. organization dedicated to making information more accessible
  670. to people with disabilities. YRIF was founded in memory
  671. of Yuri Rubinsky (1952-1996), co-founder and former
  672. president of SoftQuad Inc. For more information, see
  673. http://www.yuri.org/. 
  674.  
  675.  
  676.